home *** CD-ROM | disk | FTP | other *** search
- global gp_storynum, gplayall
-
- on mouseDown
- if somebutton() then
- set gplayall to 0
- set gp_storynum to the clickOn - 5
- updateStage()
- set the castNum of sprite 14 to the number of member ("Photo" & gp_storynum & "s,St")
- set the castNum of sprite 12 to the number of member "Stop"
- set the castNum of sprite 9 to the number of member "PlayAll"
- go("Play")
- end if
- end
-